home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / Software / Essentials / Useful / MDAC261.exe / sqlodbc.cab / sqlsodbc.chm / basics / coua_ex.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-02-19  |  6.1 KB  |  217 lines

  1. /***************************************************************/
  2. /*IMPORT FIRST STYLE SHEET                               */
  3. /***************************************************************/
  4. @import url(coUA.css);
  5.  
  6.  
  7. /***************************************************************/
  8. /*EXTEND STYLES OF FIRST STYLE SHEET                     */
  9. /***************************************************************/
  10. body                    { z-index: 1;
  11.                       line-height: 135%; }
  12.  
  13. a:link                { color: #0033BB; }
  14.     
  15. a:visited                { color: #0033BB; }
  16.  
  17. a:active                { color: #FF6600; }
  18.  
  19. a:hover                { color: #FF6600; }
  20.  
  21. h1.specialheading            { margin-top: 6px; }
  22.  
  23. p.proclabel                { font-size: 105%; 
  24.                       color: midnightblue; }
  25.  
  26. p.specialproclabel        { margin-top: 6px;
  27.                       font-size: 105%;
  28.                         font-weight: bold; }
  29.  
  30. p.mini                { margin-top: -2em;
  31.                       font-size: 85%; }
  32.  
  33. /****************************************************************/
  34. /*HEADING LINE-HEIGHT                                */
  35. /****************************************************************/
  36.  
  37. H1                    {line-height: 125%}
  38.  
  39. H2                    {line-height: 125%}
  40.  
  41. H3                    {line-height: 125%}
  42.  
  43. H4                    {line-height: 125%}
  44.  
  45. H5                    {line-height: 125%}
  46.  
  47. H6                    {line-height: 125%}
  48.  
  49.  
  50. /****************************************************************/
  51. /*GLOSSARY: FULL AND POPUP                            */
  52. /****************************************************************/
  53. #popup                { text-decoration: none;
  54.                       color: #0033BB; }
  55.  
  56. .popup                { text-decoration: none; }
  57.  
  58. .poplink                { text-decoration: none; }                  
  59.  
  60.  
  61. /****************************************************************/
  62. /*NOTES                                          */
  63. /****************************************************************/
  64. .indent                { margin-left: 1.5em; }
  65.                         
  66. b.notes                { font-variant: small-caps; }
  67.  
  68. .level2                { margin-bottom: 1em;
  69.                         margin-left: 3em; }
  70.  
  71. .level3                { margin-bottom: 1em;
  72.                       margin-left: 4.5em; }
  73.  
  74. /****************************************************************/
  75. /*EXPAND/COLLAPSE                                    */
  76. /****************************************************************/
  77. #expand                { cursor: hand;
  78.                       text-decoration: none;
  79.                       color: #0033BB; }
  80.         
  81. div.expand                { display: none;
  82.                       margin-top: .5em;
  83.                       margin-bottom: .5em;
  84.                       margin-left: 1.3em;
  85.                       margin-right: 1.3em;
  86.                       z-index: 1; }
  87.         
  88. div.expand2                { display: none;
  89.                        margin-top: .5em;
  90.                       margin-bottom: .5em;
  91.                       margin-left: 1.3em;
  92.                       margin-right: 1.3em;
  93.                       overflow: visible;
  94.                        background-color: #EEEEEE;
  95.                        padding: 10px;
  96.                       width: 100%;
  97.                       z-index: 1; }
  98.  
  99.  
  100. /****************************************************************/
  101. /*CODE                                        */
  102. /****************************************************************/
  103. div.syntax                { margin-top: .5em;
  104.                       margin-bottom: .5em;
  105.                       margin-left: 1em;
  106.                       margin-right: 1em;
  107.                        background-color: #EEEEEE;
  108.                        padding: 10px;
  109.                       width: 100%;
  110.                       z-index: 1; }
  111.                           
  112.  
  113. /****************************************************************/
  114. /*NAVIGATION TREE                                     */
  115. /****************************************************************/
  116. #space                { list-style-type: none;
  117.                       margin-top: -.25em;
  118.                       margin-bottom: .25em; }
  119.  
  120.  
  121. /****************************************************************/
  122. /*THUMBNAIL GRAPHICS                                   */
  123. /****************************************************************/
  124. img.thumbnail            { width: 90px;
  125.                       border-width: 1pt; 
  126.                       margin-left: 0px; }
  127.  
  128. div.thumbnail            { width: 100px;
  129.                       z-index: 1; }
  130.                   
  131. a:link img.thumbnail            { border-color: #0033BB; }
  132.                   
  133. a:visited img.thumbnail            { border-color: #0033BB; }
  134.                   
  135. a:active img.thumbnail            { border-color: #FF6600; }
  136.                   
  137. a:hover img.thumbnail            { border-color: #FF6600; }
  138.  
  139. .clear-graphic                { clear: left; }
  140.  
  141.  
  142. /****************************************************************/
  143. /*LINKED FILES                                      */
  144. /****************************************************************/
  145. span.linkedfile            { overflow: visible;
  146.                       width: 100%;
  147.                       z-index: 2; }
  148.  
  149.  
  150. /****************************************************************/
  151. /*RELATED TOPICS: BOTTOM LEFT OF PAGE                         */
  152. /****************************************************************/
  153. p.margin                { margin-top: 0em; }
  154.  
  155.  
  156. /****************************************************************/
  157. /*DEFINITION LIST                                        */
  158. /****************************************************************/
  159.  
  160.  
  161. /dt.nested                 { margin-top: .6em;/
  162. /                      margin-left: 1.5em;/
  163. /                      font-weight: bold; }/
  164.  
  165. /p.level2                 { margin-top: .6em;/
  166. /                      margin-left: 3em;/
  167. /                      font-weight: normal; }/
  168.                           
  169.                           
  170. /*****************************************************************/
  171. /*SHORTCUTS                                                */
  172. /*****************************************************************/
  173. .shortcutA_                { text-decoration:none; } 
  174.  
  175. .shortcutA_Selected         { color:#666666;
  176.                       text-decoration:none; }
  177.  
  178. .shortcutDIV_Active         { display:block;
  179.                       position:absolute;
  180.                       width:200px;
  181.                       background-color:#FFFFCC;
  182.                       color:#cc0000;
  183.                       margin:0px;
  184.                       border:solid 1px #333333;
  185.                       padding:10px;
  186.                       z-index:2;}
  187.                           
  188. .shortcutDIV_Inactive         { display: none; }
  189.                   
  190.  
  191. /******************************************************************/
  192. /*WORD BREAK                                               */
  193. /******************************************************************/
  194. .break                { word-break: break-all; }
  195.                   
  196.  
  197. /******************************************************************/
  198. /*RELNOTE                                                   */
  199. /******************************************************************/
  200. h1.relnotes1            { font-size: 125%; 
  201.                         margin-bottom: .5em; }
  202.             
  203. h1.relnotes                { font-size: 125%;
  204.                         margin-top: 2.5em;   
  205.                         margin-bottom: .5em; }
  206.  
  207. h2.relnotes                { font-size: 110%;
  208.                         margin-bottom: .5em; }
  209.  
  210. h3.relnotes                { font-size: 100%;  
  211.                          margin-bottom: .5em; }
  212.  
  213. h4.relnotes                { font-size: 100%;   
  214.                         margin-bottom: .5em; }
  215.  
  216. h5.relnotes                { font-size: 100%;
  217.                           margin-bottom: .5em; }